Opc.Ua.Core
BinarySchemaValidator Constructor(IDictionary<String,Byte[]>)



Opc.Ua.Schema.Binary Namespace > BinarySchemaValidator Class > BinarySchemaValidator Constructor : BinarySchemaValidator Constructor(IDictionary<String,Byte[]>)
Intializes the object with a import table.
Syntax
'Declaration
 
Public Function New( _
   ByVal importTable As IDictionary(Of String,Byte()) _
)
'Usage
 
Dim importTable As IDictionary(Of String,Byte())
 
Dim instance As New BinarySchemaValidator(importTable)
public BinarySchemaValidator( 
   IDictionary<string,byte[]> importTable
)
public:
BinarySchemaValidator( 
   IDictionary<String^,array<byte>>^ importTable
)

Parameters

importTable
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BinarySchemaValidator Class
BinarySchemaValidator Members
Overload List